post https://api.brevo.com/v3/contacts
Creates new contacts on Brevo. Contacts can be created by passing either -
1. email address of the contact (email_id),
2. phone number of the contact (to be passed as "SMS" field in "attributes" along with proper country code), For example- {"SMS":"+91xxxxxxxxxx"} or {"SMS":"0091xxxxxxxxxx"}
3. ext_id
Follow this format when passing a "SMS" phone number as an attribute.
Accepted Number Formats |
---|
91xxxxxxxxxx +91xxxxxxxxxx 0091xxxxxxxxxx |
👤
Create or Update a Contact in PHP
Open Recipe
📔
Import all your contacts in PHP
Open Recipe
👤
Create or Update a contact in Python
Open Recipe